home *** CD-ROM | disk | FTP | other *** search
- ;; $Source: c:/lib/mutt/RCS/writenf.mut $
- ;; $Revision: 1.2 $
- ;; $Date: 1992/05/10 13:03:45 $
- ;; Bob Stocker Public Domain
-
- (defun
- write-named-file
- ;; Write-file and rename buffer as suggested in C Durland's me2.doc
- {
- (rename-buffer
- (ask "Write named file: ")
- )
- (write-file "")
- }
- )
-